| C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DXUtil Class > Write Method : Write<T>(IntPtr,T) Method |
'Declaration Public Overloads Shared Sub Write(Of T As {New, Struct})( _ ByVal destination As System.IntPtr, _ ByRef data As T _ )
public static void Write<T>( System.IntPtr destination, ref T data ) where T: new(), struct